A. java Disassemble
B. java Interpreter
C. java compiler
D. java debugger
Advertisement
Related Mcqs:
- In which we clone the object and their constituent parts_______________?
- A. Deep cloning B. Shallow cloning C. Both of above D. None of above...
- Main method parameter has which type of data type___________________?
- A. int B. char C. string D. double...
- Which of the following command is used to compile the Java program ?
- A. java B. javac C. javap D. none of these...
- In Java, the word true is ___________________?
- A. A Boolean literal B. A Java keyword C. Same as value 0 D. Same as value 1...
- Which driver is called as thin-driver in JDBC ?
- A. Type-1 driver B. Type-2 driver C. Type-3 driver D. Type-4 driver...
- Which statements are most accurate regarding the following classes? class A{private int i; protected int j; } class B extends A{ private int k; protected int m; } ?
- A. An object of B contains data fields j, k, m B. An object of B contains data fields k, m C. An object of B contains data fields j, m D. An object of B contains data fields i, j, k, m...
- Methods that have same name, but different Parameter list and different definition known as_________________?
- A. Overriding B. Overloading C. Constructor D. none of these...
- Java is known as ___________ stage language?
- A. 1 B. 2 C. 3 D. 4...
- The smallest integer type is _____________ and its size is____________ bits?
- A. short, 8 B. byte, 8 C. short, 16 D. short, 16...
- Package of drawstring() method is _________________?
- A. java.awt B. javax.swing C. java.applet D. java.io...
Advertisement